home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////
- // APPDOCS Copyright 1995 Microsoft Systems Journal.
- // If this program works, it was written by Paul DiLascia.
- // If not, I don't know who wrote it.
- //
- // CAppDocs sends messages to all open documents.
- //
- class CAppDocs {
- private:
- BOOL SendCmdMsg(UINT nID, int nCode, void* pExtra);
- public:
- BOOL SendNotify(UINT nID, int nCode, NMHDR* pNMHDR);
- BOOL SendCommand(UINT nID);
- };
-
-